Mon Nov 19 2018 16:03:26 GMT+0530 (India Standard Time)

Given I am on login page of Flights 1594m 17s 768ms

When I go to Rehlat Home page 1754m 5s 716ms

Then I can navigative to SignIn page 90041m 32s 254ms

And I can enter the email and featch the OTP Through Mail 188117m 46s 231ms

When I can enter password details and click on login 176532m 32s 709ms

Then I can logout the account 191655m 58s 823ms Screenshot +

As a User to be able to use Flights functionality
I want to be able to successfully login to Flights

Given I am on login page of Flights 17m 34s 363ms

When I go to Rehlat Home page 1359m 36s 477ms

When I go to select OneWay Radio button 36273m 3s 7ms

When I can enter From and To city names 74459m 13s 609ms

When I can select date and traveller information 673143m 2s 414ms

When I can verify text and select the filter 22745m 48s 4ms

When I can verify price details in flightdetails Pop up page 179989m 4s 400ms

When I can verify add on check box 60798m 54s 190ms

When I can enter email and coupon code and verify the show more details popUp 82773m 26s 452ms

When I can navigative to traveller Information page 34214m 24s 199ms

And I can enter Traveller details 147448m 51s 27ms

And I can enter contact details and Click PaySecurel button 880006m 5s 257ms

Then I can navigative to payment page 945m 26s 444ms

And I can enter the card details 1676550m 1s 314ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of Proxy element for: DefaultElementLocator 'By.id: cardNumber_cc' (tried for 100 second(s) with 500 milliseconds interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.sendKeysAfterClearingElement(PageUtils.java:144)
	at cloud.rehlat.pages.PaymentCards.PaymentCardsPage.enterCreditCardDetails(PaymentCardsPage.java:133)
	at cloud.rehlat.pages.PaymentCards.PaymentCardsPage.selectCard(PaymentCardsPage.java:219)
	at cloud.rehlat.steps.PaymentCards.PaymentCardsSteps.i_can_enter_the_card_details(PaymentCardsSteps.java:36)
	at ✽.And I can enter the card details(GuestUser.feature:34)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"id","selector":"cardNumber_cc"}
  (Session info: headless chrome=70.0.3538.102)
  (Driver info: chromedriver=2.40.565498 (ea082db3280dd6843ebfb08a625e3eb905c4f5ab),platform=Windows NT 10.0.17134 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: 7bc8ec4a353aecab68a718236b9e8d80
*** Element info: {Using=id, value=cardNumber_cc}
	at sun.reflect.GeneratedConstructorAccessor18.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
	at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
	at org.openqa.selenium.remote.http.JsonHttpResponseCodec.reconstructValue(JsonHttpResponseCodec.java:40)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:80)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:44)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:322)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementById(RemoteWebDriver.java:368)
	at org.openqa.selenium.By$ById.findElement(By.java:188)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:314)
	at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
	at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
	at com.sun.proxy.$Proxy23.isDisplayed(Unknown Source)
	at org.openqa.selenium.support.ui.ExpectedConditions.elementIfVisible(ExpectedConditions.java:315)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$100(ExpectedConditions.java:44)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:301)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:298)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:260)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.sendKeysAfterClearingElement(PageUtils.java:144)
	at cloud.rehlat.pages.PaymentCards.PaymentCardsPage.enterCreditCardDetails(PaymentCardsPage.java:133)
	at cloud.rehlat.pages.PaymentCards.PaymentCardsPage.selectCard(PaymentCardsPage.java:219)
	at cloud.rehlat.steps.PaymentCards.PaymentCardsSteps.i_can_enter_the_card_details(PaymentCardsSteps.java:36)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at cucumber.runtime.Utils$1.call(Utils.java:40)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:34)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:38)
	at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:37)
	at cucumber.runtime.Runtime.runStep(Runtime.java:300)
	at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44)
	at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:44)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:102)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ExamplesRunner.run(ExamplesRunner.java:59)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ScenarioOutlineRunner.run(ScenarioOutlineRunner.java:53)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:95)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:38)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:100)
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
Screenshot +

As a User to be able to use Flights functionality
I want to be able to successfully login to Flights

Given I am on login page of Flights 2m 39s 934ms

When I go to signUp button 88737m 42s 882ms

When I go to login gmail account 305357m 34s 476ms

When I go to select MultiCity Radio button 42014m 31s 959ms

When I can enter From and To city names MultiCityTrip 360174m 44s 942ms

When I can select date and traveller information MultiCityTrip 353505m 28s 619ms

When I can verify text and select the filter 30506m 7s 218ms

When I can verify price details in flightdetails Pop up page in Multi city 227258m 45s 534ms

When I can verify add on check box 68701m 37s 721ms

When I can enter email and coupon code and verify the show more details popUp 84183m 12s 889ms

When I can navigative to traveller Information page 34362m 19s 117ms

And I can enter Traveller details 133449m 43s 452ms

And I can enter contact details and Click PaySecurel button 848190m 43s 825ms Screenshot +

As a User to be able to use Flights functionality
I want to be able to successfully login to Flights

Given I am on login page of Flights 1m 40s 516ms

When I go to signUp button 88597m 22s 900ms

When I go to login gmail account 307444m 15s 867ms

When I go to select OneWay Radio button 36705m 7s 819ms

When I can enter From and To city names 73517m 12s 906ms

When I can select date and traveller information 265598m 14s 63ms

When I can verify text and select the filter 23253m 11s 812ms

When I can verify price details in flightdetails Pop up page 174162m 32s 991ms

When I can verify add on check box 67955m 25s 259ms

When I can enter email and coupon code and verify the show more details popUp 507078m 20s 883ms

When I can navigative to traveller Information page 34018m 4s 548ms

And I can enter Traveller details 230170m 59s 201ms

And I can enter contact details and Click PaySecurel button 853361m 48s 915ms Screenshot +

Given I am on login page of Flights 1m 39s 468ms

When I am launching the url 159351m 38s 464ms

When I go to signUp button 87911m 19s 300ms

When I go to login gmail account 301422m 15s 327ms

When I go to select MultiCity Radio button 41586m 38s 174ms

When I can enter From and To city names MultiCityTrip 365581m 4s 568ms

When I can select date and traveller information MultiCityTrip 346931m 52s 659ms

When I can verify text and select the filter 30216m 45s 570ms

When I can verify price details in flightdetails Pop up page in Multi city 241907m 36s 523ms

When I can verify add on check box 59093m 8s 233ms

When I can enter email and coupon code and verify the show more details popUp 86323m 17s 155ms

When I can navigative to traveller Information page 33997m 34s 22ms

And I can enter Traveller details 133984m 23s 513ms

And I can enter contact details and Click PaySecurel button 850578m 12s 671ms Screenshot +

Given I am on login page of Flights 4m 30s 658ms

When I am launching the url 93878m 40s 531ms

When I go to signUp button 87889m 23s 179ms

When I go to login gmail account 297171m 35s 496ms

When I go to select MultiCity Radio button 42043m 19s 41ms

When I can enter From and To city names MultiCityTrip 368365m 38s 138ms

When I can select date and traveller information MultiCityTrip 350869m 21s 379ms

When I can verify text and select the filter 30719m 42s 909ms

When I can verify price details in flightdetails Pop up page in Multi city 235984m 3s 870ms

When I can verify add on check box 60247m 10s 915ms

When I can enter email and coupon code and verify the show more details popUp 84324m 54s 801ms

When I can navigative to traveller Information page 34033m 1s 595ms

And I can enter Traveller details 131694m 23s 134ms

And I can enter contact details and Click PaySecurel button 850817m 29s 333ms Screenshot +

Given I am on login page of Flights 2m 12s 973ms

When I am launching the url 104112m 50s 98ms

When I go to signUp button 89248m 50s 232ms

When I go to login gmail account 317376m 35s 156ms

When I go to select MultiCity Radio button 41923m 19s 376ms

When I can enter From and To city names MultiCityTrip 358113m 5s 259ms

When I can select date and traveller information MultiCityTrip 338552m 42s 756ms

When I can verify text and select the filter 31233m 57s 678ms

When I can verify price details in flightdetails Pop up page in Multi city 254017m 36s 174ms

When I can verify add on check box 59705m 13s 720ms

When I can enter email and coupon code and verify the show more details popUp 84638m 14s 550ms

When I can navigative to traveller Information page 34060m 53s 184ms

And I can enter Traveller details 164332m 51s 568ms

And I can enter contact details and Click PaySecurel button 849445m 6s 690ms Screenshot +

Given I am on login page of Flights 3m 25s 481ms

When I am launching the url 50058m 56s 879ms

When I go to signUp button 89002m 16s 172ms

When I go to login gmail account 300709m 24s 269ms

When I go to select MultiCity Radio button 42510m 35s 981ms

When I can enter From and To city names MultiCityTrip 360878m 10s 601ms

When I can select date and traveller information MultiCityTrip 236600m 59s 384ms

When I can verify text and select the filter 28809m 5s 824ms

When I can verify price details in flightdetails Pop up page in Multi city 270063m 39s 735ms

When I can verify add on check box 67077m 19s 316ms

When I can enter email and coupon code and verify the show more details popUp 85169m 37s 244ms

When I can navigative to traveller Information page 34289m 46s 75ms

And I can enter Traveller details 131678m 59s 912ms

And I can enter contact details and Click PaySecurel button 850757m 44s 551ms Screenshot +

Given I am on login page of Flights 2m 45s 170ms

When I am launching the url 96185m 50s 928ms

When I go to signUp button 87588m 44s 885ms

When I go to login gmail account 342400m 55s 114ms

When I go to select OneWay Radio button 36498m 52s 144ms

When I can enter From and To city names 73444m 21s 18ms

When I can select date and traveller information 265876m 59s 638ms

When I can verify text and select the filter 24829m 15s 955ms

When I can verify price details in flightdetails Pop up page 227257m 10s 516ms

When I can verify add on check box 60410m 28s 794ms

When I can enter email and coupon code and verify the show more details popUp 507568m 48s 807ms

When I can navigative to traveller Information page 34036m 4s 40ms

And I can enter Traveller details 237242m 49s 16ms

And I can enter contact details and Click PaySecurel button 853592m 859ms Screenshot +

Given I am on login page of Flights 3m 3s 492ms

When I am launching the url 140753m 10s 805ms

When I go to signUp button 90054m 35s 696ms

When I go to login gmail account 265197m 55s 376ms

When I go to select OneWay Radio button 37099m 15s 71ms

When I can enter From and To city names 73153m 57s 594ms

When I can select date and traveller information 275808m 59s 820ms

When I can verify text and select the filter 24627m 8s 427ms

When I can verify price details in flightdetails Pop up page 224502m 4s 599ms

When I can verify add on check box 60287m 36s 369ms

When I can enter email and coupon code and verify the show more details popUp 507975m 10s 30ms

When I can navigative to traveller Information page 34107m 49s 704ms

And I can enter Traveller details 281995m 33s 362ms

And I can enter contact details and Click PaySecurel button 852890m 57s 595ms Screenshot +

Given I am on login page of Flights 2m 1s 456ms

When I am launching the url 106183m 8s 847ms

When I go to signUp button 88727m 50s 523ms

When I go to login gmail account 267828m 18s 666ms

When I go to select OneWay Radio button 36131m 26s 853ms

When I can enter From and To city names 74055m 1s 956ms

When I can select date and traveller information 311720m 47s 662ms

When I can verify text and select the filter 22815m 17s 292ms

When I can verify price details in flightdetails Pop up page 291371m 38s 459ms

When I can verify add on check box 62367m 44s 599ms

When I can enter email and coupon code and verify the show more details popUp 507151m 18s 529ms

When I can navigative to traveller Information page 34789m 35s 995ms

And I can enter Traveller details 289180m 22s 720ms

And I can enter contact details and Click PaySecurel button 854348m 32s 380ms Screenshot +

Given I am on login page of Flights 2m 22s 658ms

When I am launching the url 60935m 54s 188ms

When I go to signUp button 88801m 1s 258ms

When I go to login gmail account 332387m 51s 723ms

When I go to select OneWay Radio button 36174m 17s 844ms

When I can enter From and To city names 72980m 503ms

When I can select date and traveller information 312155m 44s 450ms

When I can verify text and select the filter 24959m 50s 906ms

When I can verify price details in flightdetails Pop up page 188977m 22s 841ms

When I can verify add on check box 58524m 52s 371ms

When I can enter email and coupon code and verify the show more details popUp 507857m 9s 727ms

When I can navigative to traveller Information page 34125m 21s 711ms

And I can enter Traveller details 231536m 46s 851ms

And I can enter contact details and Click PaySecurel button 852927m 36s 889ms Screenshot +

Given I am on login page of Flights 56s 17ms

When I am launching the url 97690m 55s 737ms

When I go to signUp button 87795m 58s 408ms

When I go to login gmail account 269623m 24s 650ms

When I go to select Round Radio button 36348m 3s 680ms

When I can enter From and To city names RoundTrip 72707m 18s 509ms

When I can select date and traveller information RoundTrip 522799m 58s 520ms

When I can verify text and select the filter 28091m 46s 203ms

When I can verify price details in flightdetails Pop up page in Round Trip 225997m 22s 23ms

When I can verify add on check box 61594m 52s 792ms

When I can enter email and coupon code and verify the show more details popUp 85386m 6s 481ms

When I can navigative to traveller Information page 34209m 37s 574ms

And I can enter Traveller details 181341m 6s 464ms

And I can enter contact details and Click PaySecurel button 850525m 38s 482ms Screenshot +

Given I am on login page of Flights 3m 6s 633ms

When I am launching the url 136303m 4s 690ms

When I go to signUp button 88909m 3s 443ms

When I go to login gmail account 324299m 52s 360ms

When I go to select Round Radio button 35753m 623ms

When I can enter From and To city names RoundTrip 73557m 53s 279ms

When I can select date and traveller information RoundTrip 559768m 46s 230ms

When I can verify text and select the filter 24938m 41s 379ms

When I can verify price details in flightdetails Pop up page in Round Trip 236639m 6s 891ms

When I can verify add on check box 59905m 8s 797ms

When I can enter email and coupon code and verify the show more details popUp 86416m 53s 443ms

When I can navigative to traveller Information page 34268m 13s 513ms

And I can enter Traveller details 228586m 34s 315ms

And I can enter contact details and Click PaySecurel button 850255m 56s 317ms Screenshot +

Given I am on login page of Flights 1m 12s 245ms

When I am launching the url 103583m 56s 867ms

When I go to signUp button 88277m 32s 346ms

When I go to login gmail account 265307m 40s 170ms

When I go to select Round Radio button 37434m 46s 385ms

When I can enter From and To city names RoundTrip 73182m 57s 765ms

When I can select date and traveller information RoundTrip 528839m 30s 19ms

When I can verify text and select the filter 29605m 50s 759ms

When I can verify price details in flightdetails Pop up page in Round Trip 220801m 48s 207ms

When I can verify add on check box 58737m 28s 380ms

When I can enter email and coupon code and verify the show more details popUp 84803m 6s 661ms

When I can navigative to traveller Information page 34086m 4s 839ms

And I can enter Traveller details 219836m 36s 259ms

And I can enter contact details and Click PaySecurel button 851136m 33s 818ms Screenshot +

Given I am on login page of Flights 9m 53s 144ms

When I am launching the url 59187m 49s 436ms

When I go to signUp button 88780m 41s 202ms

When I go to login gmail account 319094m 19s 902ms

When I go to select Round Radio button 35628m 53s 73ms

When I can enter From and To city names RoundTrip 73570m 45s 467ms

When I can select date and traveller information RoundTrip 456204m 56s 592ms

When I can verify text and select the filter 29585m 11s 594ms

When I can verify price details in flightdetails Pop up page in Round Trip 201476m 38s 407ms

When I can verify add on check box 58915m 6s 397ms

When I can enter email and coupon code and verify the show more details popUp 86534m 54s 531ms

When I can navigative to traveller Information page 34082m 5s 592ms

And I can enter Traveller details 176046m 892ms

And I can enter contact details and Click PaySecurel button 851576m 18s 277ms Screenshot +

Given I am on login page of Flights 1m 1s 774ms

When I go to Rehlat Home page 1442m 2s 401ms

When I go to register page 1343m 48s 388ms

When I create multiple register accounts 796724m 3s 536ms Screenshot +

As a User to be able to use Flights functionality
I want to be able to successfully login to Flights

Given I am on login page of Flights 1m 8s 57ms

When I go to signUp button 89096m 16s 542ms

When I go to login gmail account 345369m 5s 309ms

When I go to select Round Radio button 35967m 22s 383ms

When I can enter From and To city names RoundTrip 73417m 20s 210ms

When I can select date and traveller information RoundTrip 370068m 41s 804ms

When I can verify text and select the filter 28082m 45s 148ms

When I can verify price details in flightdetails Pop up page in Round Trip 221811m 16s 479ms

When I can verify add on check box 59181m 58s 157ms

When I can enter email and coupon code and verify the show more details popUp 84785m 36s 486ms

When I can navigative to traveller Information page 34164m 21s 569ms

And I can enter Traveller details 179614m 21s 449ms

And I can enter contact details and Click PaySecurel button 850809m 41s 571ms Screenshot +

Given I am on login page of Flights 1m 23s 763ms

When I am launching the url 30768m 26s 750ms

When I go to signUp button 228659m 4s 739ms

When I go to login gmail account 268162m 8s 941ms

When I go to select MultiCity Radio button 41821m 33s 863ms

When I can enter From and To city names MultiCityTrip 357276m 3s 772ms

When I can select date and traveller information MultiCityTrip 962837m 42s 782ms

When I can verify text and select the filter 22628m 36s 388ms

When I can verify price details in flightdetails Pop up page in Multi city 215655m 10s 796ms

When I can verify add on check box 61200m 32s 975ms

When I can enter email and coupon code and verify the show more details popUp 91558m 6s 797ms

When I can navigative to traveller Information page 34310m 41s 731ms

And I can enter Traveller details 172151m 46s 721ms

And I can enter contact details and Click PaySecurel button 850627m 3s 318ms Screenshot +

Given I am on login page of Flights 46s 855ms

When I am launching the url 25887m 18s 645ms

When I go to signUp button 240696m 34s 228ms

When I go to login gmail account 268111m 23s 644ms

When I go to select MultiCity Radio button 41957m 48s 53ms

When I can enter From and To city names MultiCityTrip 361452m 42s 86ms

When I can select date and traveller information MultiCityTrip 604550m 56s 398ms

When I can verify text and select the filter 22306m 33s 384ms

When I can verify price details in flightdetails Pop up page in Multi city 200892m 12s 468ms

When I can verify add on check box 68105m 4s 618ms

When I can enter email and coupon code and verify the show more details popUp 92134m 30s 838ms

When I can navigative to traveller Information page 34334m 42s 186ms

And I can enter Traveller details 176660m 11s 236ms

And I can enter contact details and Click PaySecurel button 849833m 38s 629ms Screenshot +

Given I am on login page of Flights 1m 15s 387ms

When I am launching the url 219112m 32s 220ms

When I go to signUp button 169078m 30s 766ms

When I go to login gmail account 270139m 49s 252ms

When I go to select MultiCity Radio button 41794m 26s 249ms

When I can enter From and To city names MultiCityTrip 357100m 43s 703ms

When I can select date and traveller information MultiCityTrip 250376m 41s 265ms

When I can verify text and select the filter 1667162m 32s 243ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of Proxy element for: DefaultElementLocator 'By.xpath: .//*[@id='resetAll']' (tried for 100 second(s) with 500 milliseconds interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.isElementDisplayed(PageUtils.java:247)
	at cloud.rehlat.pages.engine.FlightNavigation.clickAllReset(FlightNavigation.java:272)
	at cloud.rehlat.steps.Trips.BookNowSteps.i_can_verify_text_and_select_filter(BookNowSteps.java:28)
	at ✽.When I can verify text and select the filter(STG/MultiCityAllDomains.feature:94)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":".//*[@id='resetAll']"}
  (Session info: headless chrome=70.0.3538.102)
  (Driver info: chromedriver=2.40.565498 (ea082db3280dd6843ebfb08a625e3eb905c4f5ab),platform=Windows NT 10.0.17134 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: e2f45a3e8f8682f33b4bc4fbd6a2f878
*** Element info: {Using=xpath, value=.//*[@id='resetAll']}
	at sun.reflect.GeneratedConstructorAccessor18.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
	at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
	at org.openqa.selenium.remote.http.JsonHttpResponseCodec.reconstructValue(JsonHttpResponseCodec.java:40)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:80)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:44)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:322)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:424)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:353)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:314)
	at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
	at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
	at com.sun.proxy.$Proxy23.isDisplayed(Unknown Source)
	at org.openqa.selenium.support.ui.ExpectedConditions.elementIfVisible(ExpectedConditions.java:315)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$100(ExpectedConditions.java:44)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:301)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:298)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:260)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.isElementDisplayed(PageUtils.java:247)
	at cloud.rehlat.pages.engine.FlightNavigation.clickAllReset(FlightNavigation.java:272)
	at cloud.rehlat.steps.Trips.BookNowSteps.i_can_verify_text_and_select_filter(BookNowSteps.java:28)
	at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at cucumber.runtime.Utils$1.call(Utils.java:40)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:34)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:38)
	at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:37)
	at cucumber.runtime.Runtime.runStep(Runtime.java:300)
	at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44)
	at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:44)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:102)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ExamplesRunner.run(ExamplesRunner.java:59)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ScenarioOutlineRunner.run(ScenarioOutlineRunner.java:53)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:95)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:38)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:100)
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)

When I can verify price details in flightdetails Pop up page in Multi city 0s

When I can verify add on check box 0s

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 2m 47s 264ms

When I am launching the url 256776m 45s 525ms

When I go to signUp button 241721m 2s 425ms

When I go to login gmail account 269464m 40s 572ms

When I go to select MultiCity Radio button 42311m 36s 658ms

When I can enter From and To city names MultiCityTrip 353735m 25s 118ms

When I can select date and traveller information MultiCityTrip 487554m 39s 767ms

When I can verify text and select the filter 14135m 27s 786ms

When I can verify price details in flightdetails Pop up page in Multi city 374663m 32s 540ms

When I can verify add on check box 1030m 38s 62ms

When I can enter email and coupon code and verify the show more details popUp 84992m 30s 901ms

When I can navigative to traveller Information page 34073m 41s 968ms

And I can enter Traveller details 178321m 49s 770ms

And I can enter contact details and Click PaySecurel button 849634m 11s 822ms Screenshot +

Given I am on login page of Flights 1m 17s 743ms

When I am launching the url 26720m 39s 469ms

When I go to signUp button 205279m 34s 759ms

When I go to login gmail account 270585m 38s 864ms

When I go to select OneWay Radio button 36274m 52s 422ms

When I can enter From and To city names 72586m 11s 312ms

When I can select date and traveller information 536789m 53s 522ms

When I can verify text and select the filter 20519m 16s 734ms

When I can verify price details in flightdetails Pop up page 231716m 6s 429ms

When I can verify add on check box 69785m 36s 303ms

When I can enter email and coupon code and verify the show more details popUp 521356m 11s 415ms

When I can navigative to traveller Information page 34035m 23s 992ms

And I can enter Traveller details 150939m 45s 111ms

And I can enter contact details and Click PaySecurel button 850231m 59s 2ms Screenshot +

Given I am on login page of Flights 54s 446ms

When I am launching the url 458537m 11s 838ms

When I go to signUp button 172933m 9s 479ms

When I go to login gmail account 268098m 832ms

When I go to select OneWay Radio button 36225m 42s 929ms

When I can enter From and To city names 72553m 377ms

When I can select date and traveller information 500724m 6s 918ms

When I can verify text and select the filter 13080m 4s 769ms

When I can verify price details in flightdetails Pop up page 335645m 25s 922ms

When I can verify add on check box 1541m 39s 393ms

When I can enter email and coupon code and verify the show more details popUp 506297m 45s 502ms

When I can navigative to traveller Information page 34046m 7s 131ms

And I can enter Traveller details 225583m 25s 79ms

And I can enter contact details and Click PaySecurel button 851124m 54s 137ms Screenshot +

Given I am on login page of Flights 1m 17s 219ms

When I am launching the url 37455m 34s 711ms

When I go to signUp button 154232m 25s 942ms

When I go to login gmail account 268268m 42s 913ms

When I go to select OneWay Radio button 36319m 7s 176ms

When I can enter From and To city names 73219m 27s 111ms

When I can select date and traveller information 215214m 50s 998ms

When I can verify text and select the filter 1667132m 52s 810ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of Proxy element for: DefaultElementLocator 'By.xpath: .//*[@id='resetAll']' (tried for 100 second(s) with 500 milliseconds interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.isElementDisplayed(PageUtils.java:247)
	at cloud.rehlat.pages.engine.FlightNavigation.clickAllReset(FlightNavigation.java:272)
	at cloud.rehlat.steps.Trips.BookNowSteps.i_can_verify_text_and_select_filter(BookNowSteps.java:28)
	at ✽.When I can verify text and select the filter(STG/OneWayAllDomains.feature:87)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":".//*[@id='resetAll']"}
  (Session info: headless chrome=70.0.3538.102)
  (Driver info: chromedriver=2.40.565498 (ea082db3280dd6843ebfb08a625e3eb905c4f5ab),platform=Windows NT 10.0.17134 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: 7cdac1821278413dd55877bc602a27f0
*** Element info: {Using=xpath, value=.//*[@id='resetAll']}
	at sun.reflect.GeneratedConstructorAccessor18.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
	at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
	at org.openqa.selenium.remote.http.JsonHttpResponseCodec.reconstructValue(JsonHttpResponseCodec.java:40)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:80)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:44)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:322)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:424)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:353)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:314)
	at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
	at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
	at com.sun.proxy.$Proxy23.isDisplayed(Unknown Source)
	at org.openqa.selenium.support.ui.ExpectedConditions.elementIfVisible(ExpectedConditions.java:315)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$100(ExpectedConditions.java:44)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:301)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:298)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:260)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.isElementDisplayed(PageUtils.java:247)
	at cloud.rehlat.pages.engine.FlightNavigation.clickAllReset(FlightNavigation.java:272)
	at cloud.rehlat.steps.Trips.BookNowSteps.i_can_verify_text_and_select_filter(BookNowSteps.java:28)
	at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at cucumber.runtime.Utils$1.call(Utils.java:40)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:34)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:38)
	at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:37)
	at cucumber.runtime.Runtime.runStep(Runtime.java:300)
	at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44)
	at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:44)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:102)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ExamplesRunner.run(ExamplesRunner.java:59)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ScenarioOutlineRunner.run(ScenarioOutlineRunner.java:53)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:95)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:38)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:100)
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)

When I can verify price details in flightdetails Pop up page 0s

When I can verify add on check box 0s

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 0s

When I am launching the url 0s

When I go to signUp button 0s

When I go to login gmail account 0s

When I go to select OneWay Radio button 0s

When I can enter From and To city names 0s

When I can select date and traveller information 0s

When I can verify text and select the filter 0s

When I can verify price details in flightdetails Pop up page 0s

When I can verify add on check box 0s

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 40s 834ms

When I am launching the url 31207m 14s 670ms

When I go to signUp button 218236m 27s 472ms

When I go to login gmail account 272066m 47s 667ms

When I go to select Round Radio button 35974m 778ms

When I can enter From and To city names RoundTrip 73606m 32s 933ms

When I can select date and traveller information RoundTrip 852981m 42s 693ms

When I can verify text and select the filter 23425m 30s 484ms

When I can verify price details in flightdetails Pop up page in Round Trip 242402m 56s 569ms

When I can verify add on check box 59150m 53s 652ms

When I can enter email and coupon code and verify the show more details popUp 100162m 18s 982ms

When I can navigative to traveller Information page 34073m 11s 866ms

And I can enter Traveller details 178683m 12s 525ms

And I can enter contact details and Click PaySecurel button 851561m 20s 184ms Screenshot +

Given I am on login page of Flights 1m 30s 830ms

When I am launching the url 44313m 56s 426ms

When I go to signUp button 160261m 10s 899ms

When I go to login gmail account 265988m 23s 638ms

When I go to select Round Radio button 35468m 52s 822ms

When I can enter From and To city names RoundTrip 72808m 32s 351ms

When I can select date and traveller information RoundTrip 384518m 32s 947ms

When I can verify text and select the filter 10094m 37s 487ms

When I can verify price details in flightdetails Pop up page in Round Trip 185551m 25s 814ms

When I can verify add on check box 2324m 57s 63ms

When I can enter email and coupon code and verify the show more details popUp 83297m 19s 184ms

When I can navigative to traveller Information page 34079m 12s 569ms

And I can enter Traveller details 124462m 17s 101ms

And I can enter contact details and Click PaySecurel button 848076m 33s 347ms Screenshot +

Given I am on login page of Flights 2m 1s 194ms

When I am launching the url 33354m 42s 878ms

When I go to signUp button 183954m 42s 508ms

When I go to login gmail account 264348m 46s 986ms

When I go to select Round Radio button 35731m 23s 610ms

When I can enter From and To city names RoundTrip 73187m 8s 267ms

When I can select date and traveller information RoundTrip 294142m 55s 236ms

When I can verify text and select the filter 1675368m 54s 681ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of Proxy element for: DefaultElementLocator 'By.xpath: .//*[@id='resetAll']' (tried for 100 second(s) with 500 milliseconds interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.isElementDisplayed(PageUtils.java:247)
	at cloud.rehlat.pages.engine.FlightNavigation.clickAllReset(FlightNavigation.java:272)
	at cloud.rehlat.steps.Trips.BookNowSteps.i_can_verify_text_and_select_filter(BookNowSteps.java:28)
	at ✽.When I can verify text and select the filter(STG/RoundTripAllDomains.feature:90)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":".//*[@id='resetAll']"}
  (Session info: headless chrome=70.0.3538.102)
  (Driver info: chromedriver=2.40.565498 (ea082db3280dd6843ebfb08a625e3eb905c4f5ab),platform=Windows NT 10.0.17134 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: 0e0b6f33c50033cb2fed8c2d37b2e721
*** Element info: {Using=xpath, value=.//*[@id='resetAll']}
	at sun.reflect.GeneratedConstructorAccessor18.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
	at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
	at org.openqa.selenium.remote.http.JsonHttpResponseCodec.reconstructValue(JsonHttpResponseCodec.java:40)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:80)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:44)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:322)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:424)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:353)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:314)
	at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
	at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
	at com.sun.proxy.$Proxy23.isDisplayed(Unknown Source)
	at org.openqa.selenium.support.ui.ExpectedConditions.elementIfVisible(ExpectedConditions.java:315)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$100(ExpectedConditions.java:44)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:301)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:298)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:260)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.isElementDisplayed(PageUtils.java:247)
	at cloud.rehlat.pages.engine.FlightNavigation.clickAllReset(FlightNavigation.java:272)
	at cloud.rehlat.steps.Trips.BookNowSteps.i_can_verify_text_and_select_filter(BookNowSteps.java:28)
	at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at cucumber.runtime.Utils$1.call(Utils.java:40)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:34)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:38)
	at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:37)
	at cucumber.runtime.Runtime.runStep(Runtime.java:300)
	at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44)
	at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:44)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:102)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ExamplesRunner.run(ExamplesRunner.java:59)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ScenarioOutlineRunner.run(ScenarioOutlineRunner.java:53)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:95)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:38)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:100)
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)

When I can verify price details in flightdetails Pop up page in Round Trip 0s

When I can verify add on check box 0s

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 2m 6s 953ms

When I am launching the url 111018m 44s 980ms

When I go to signUp button 248723m 26s 879ms

When I go to login gmail account 265387m 21s 448ms

When I go to select Round Radio button 35810m 18s 557ms

When I can enter From and To city names RoundTrip 72847m 799ms

When I can select date and traveller information RoundTrip 538807m 3s 8ms

When I can verify text and select the filter 12726m 30s 37ms

When I can verify price details in flightdetails Pop up page in Round Trip 208049m 54s 998ms

When I can verify add on check box 1038m 10s 643ms

When I can enter email and coupon code and verify the show more details popUp 85056m 9s 956ms

When I can navigative to traveller Information page 34034m 18s 28ms

And I can enter Traveller details 178359m 3s 877ms

And I can enter contact details and Click PaySecurel button 851041m 56s 278ms Screenshot +

Given I am on login page of Flights 1m 30s 45ms

When I am launching the url 69521m 36s 518ms

When I go to select MultiCity Radio button 42254m 2s 756ms

When I can enter From and To city names MultiCityTrip 358288m 13s 288ms

When I can select date and traveller information MultiCityTrip 669251m 39s 171ms

When I can verify text and select the filter 22640m 887ms

When I can verify price details in flightdetails Pop up page in Multi city 165556m 51s 546ms

When I can verify add on check box 59279m 25s 839ms

When I can enter email and coupon code and verify the show more details popUp 86645m 32s 199ms

When I can navigative to traveller Information page 34043m 56s 776ms

And I can enter Traveller details 172863m 55s 898ms

And I can enter contact details and Click PaySecurel button 856905m 24s 518ms Screenshot +

Given I am on login page of Flights 59s 420ms

When I am launching the url 54600m 49s 343ms

When I go to select MultiCity Radio button 40957m 34s 708ms

When I can enter From and To city names MultiCityTrip 374042m 24s 427ms

When I can select date and traveller information MultiCityTrip 188590m 16s 757ms

When I can verify text and select the filter 24101m 41s 986ms

When I can verify price details in flightdetails Pop up page in Multi city 157804m 54s 909ms

When I can verify add on check box 59584m 39s 764ms

When I can enter email and coupon code and verify the show more details popUp 88726m 36s 183ms

When I can navigative to traveller Information page 34210m 348ms

And I can enter Traveller details 182863m 4s 803ms

And I can enter contact details and Click PaySecurel button 855554m 8s 262ms Screenshot +

Given I am on login page of Flights 1m 1s 513ms

When I am launching the url 87948m 4s 353ms

When I go to select MultiCity Radio button 43059m 20s 998ms

When I can enter From and To city names MultiCityTrip 383062m 42s 866ms

When I can select date and traveller information MultiCityTrip 188487m 53s 549ms

When I can verify text and select the filter 28291m 39s 187ms

When I can verify price details in flightdetails Pop up page in Multi city 178444m 54s 758ms

When I can verify add on check box 62705m 52s 182ms

When I can enter email and coupon code and verify the show more details popUp 92568m 37s 891ms

When I can navigative to traveller Information page 34212m 16s 200ms

And I can enter Traveller details 193302m 47s 901ms

And I can enter contact details and Click PaySecurel button 861815m 1s 120ms Screenshot +

Given I am on login page of Flights 1m 45s 488ms

When I am launching the url 110296m 4s 704ms

When I go to select MultiCity Radio button 41331m 27s 402ms

When I can enter From and To city names MultiCityTrip 375957m 35s 834ms

When I can select date and traveller information MultiCityTrip 186904m 75ms

When I can verify text and select the filter 27770m 35s 551ms

When I can verify price details in flightdetails Pop up page in Multi city 168702m 56s 249ms

When I can verify add on check box 59649m 17s 453ms

When I can enter email and coupon code and verify the show more details popUp 85793m 32s 96ms

When I can navigative to traveller Information page 34057m 17s 495ms

And I can enter Traveller details 173086m 36s 569ms

And I can enter contact details and Click PaySecurel button 856920m 35s 175ms Screenshot +

Given I am on login page of Flights 1m 5s 963ms

When I am launching the url 89307m 10s 727ms

When I go to select OneWay Radio button 36349m 31s 631ms

When I can enter From and To city names 73492m 14s 863ms

When I can select date and traveller information 113365m 44s 184ms

When I can verify text and select the filter 1667650m 38s 33ms + Show Error
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of Proxy element for: DefaultElementLocator 'By.xpath: .//*[@id='resetAll']' (tried for 100 second(s) with 500 milliseconds interval)
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:113)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:283)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.isElementDisplayed(PageUtils.java:247)
	at cloud.rehlat.pages.engine.FlightNavigation.clickAllReset(FlightNavigation.java:272)
	at cloud.rehlat.steps.Trips.BookNowSteps.i_can_verify_text_and_select_filter(BookNowSteps.java:28)
	at ✽.When I can verify text and select the filter(TST/OneWayAllDomains.feature:21)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":".//*[@id='resetAll']"}
  (Session info: headless chrome=70.0.3538.102)
  (Driver info: chromedriver=2.40.565498 (ea082db3280dd6843ebfb08a625e3eb905c4f5ab),platform=Windows NT 10.0.17134 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.14.0', revision: 'aacccce0', time: '2018-08-02T20:19:58.91Z'
System info: host: 'ROS-PC331', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.40.565498 (ea082db3280dd6..., userDataDir: C:\Users\Nagababu\AppData\L...}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 70.0.3538.102, webStorageEnabled: true}
Session ID: 08c92be7c23569677cd4cc9ea83126cb
*** Element info: {Using=xpath, value=.//*[@id='resetAll']}
	at sun.reflect.GeneratedConstructorAccessor18.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
	at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
	at org.openqa.selenium.remote.http.JsonHttpResponseCodec.reconstructValue(JsonHttpResponseCodec.java:40)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:80)
	at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:44)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:322)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:424)
	at org.openqa.selenium.By$ByXPath.findElement(By.java:353)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:314)
	at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:69)
	at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:38)
	at com.sun.proxy.$Proxy23.isDisplayed(Unknown Source)
	at org.openqa.selenium.support.ui.ExpectedConditions.elementIfVisible(ExpectedConditions.java:315)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$100(ExpectedConditions.java:44)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:301)
	at org.openqa.selenium.support.ui.ExpectedConditions$10.apply(ExpectedConditions.java:298)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:260)
	at cloud.rehlat.utils.PageUtils.waitForElementToLoad(PageUtils.java:170)
	at cloud.rehlat.utils.PageUtils.isElementDisplayed(PageUtils.java:247)
	at cloud.rehlat.pages.engine.FlightNavigation.clickAllReset(FlightNavigation.java:272)
	at cloud.rehlat.steps.Trips.BookNowSteps.i_can_verify_text_and_select_filter(BookNowSteps.java:28)
	at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at cucumber.runtime.Utils$1.call(Utils.java:40)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:34)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:38)
	at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:37)
	at cucumber.runtime.Runtime.runStep(Runtime.java:300)
	at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44)
	at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:44)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:102)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ExamplesRunner.run(ExamplesRunner.java:59)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.ScenarioOutlineRunner.run(ScenarioOutlineRunner.java:53)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:95)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:38)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:100)
	at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86)
	at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
	at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)

When I can verify price details in flightdetails Pop up page 0s

When I can verify add on check box 0s

When I can enter email and coupon code and verify the show more details popUp 0s

When I can navigative to traveller Information page 0s

And I can enter Traveller details 0s

And I can enter contact details and Click PaySecurel button 0s Screenshot +

Given I am on login page of Flights 42s 143ms

When I am launching the url 99089m 28s 147ms

When I go to select OneWay Radio button 36105m 35s 412ms

When I can enter From and To city names 72885m 33s 957ms

When I can select date and traveller information 1732673m 33s 233ms

When I can verify text and select the filter 21087m 45s 683ms

When I can verify price details in flightdetails Pop up page 267423m 42s 147ms

When I can verify add on check box 60428m 53s 938ms

When I can enter email and coupon code and verify the show more details popUp 508427m 52s 436ms

When I can navigative to traveller Information page 34418m 54s 647ms

And I can enter Traveller details 243268m 21s 842ms

And I can enter contact details and Click PaySecurel button 860472m 5s 607ms Screenshot +

Given I am on login page of Flights 1m 6s 225ms

When I am launching the url 146050m 52s 648ms

When I go to select OneWay Radio button 37693m 3s 528ms

When I can enter From and To city names 74978m 5s 319ms

When I can select date and traveller information 212939m 14s 423ms

When I can verify text and select the filter 24835m 54s 875ms

When I can verify price details in flightdetails Pop up page 244749m 15s 987ms

When I can verify add on check box 71782m 47s 721ms

When I can enter email and coupon code and verify the show more details popUp 508792m 7s 690ms

When I can navigative to traveller Information page 34133m 34s 863ms

And I can enter Traveller details 242404m 18s 761ms

And I can enter contact details and Click PaySecurel button 856004m 45s 808ms Screenshot +

Given I am on login page of Flights 49s 996ms

When I am launching the url 78623m 35s 74ms

When I go to select OneWay Radio button 37328m 26s 548ms

When I can enter From and To city names 75082m 1s 188ms

When I can select date and traveller information 991034m 26s 891ms

When I can verify text and select the filter 30203m 43s 698ms

When I can verify price details in flightdetails Pop up page 279866m 27s 942ms

When I can verify add on check box 65142m 14s 816ms

When I can enter email and coupon code and verify the show more details popUp 511490m 40s 955ms

When I can navigative to traveller Information page 34100m 42s 776ms

And I can enter Traveller details 284028m 18s 634ms

And I can enter contact details and Click PaySecurel button 873983m 24s 930ms Screenshot +

Given I am on login page of Flights 1m 41s 562ms

When I am launching the url 101069m 23s 785ms

When I go to select Round Radio button 36693m 11s 386ms

When I can enter From and To city names RoundTrip 82054m 57s 465ms

When I can select date and traveller information RoundTrip 1197860m 12s 486ms

When I can verify text and select the filter 38653m 47s 959ms

When I can verify price details in flightdetails Pop up page in Round Trip 182602m 10s 604ms

When I can verify add on check box 68868m 43s 67ms

When I can enter email and coupon code and verify the show more details popUp 91924m 58s 322ms

When I can navigative to traveller Information page 34650m 52s 341ms

And I can enter Traveller details 204442m 49s 502ms

And I can enter contact details and Click PaySecurel button 861915m 31s 248ms Screenshot +

Given I am on login page of Flights 1m 15s 125ms

When I am launching the url 81819m 35s 600ms

When I go to select Round Radio button 36205m 58s 734ms

When I can enter From and To city names RoundTrip 76685m 13s 206ms

When I can select date and traveller information RoundTrip 504018m 19s 364ms

When I can verify text and select the filter 47577m 38s 658ms

When I can verify price details in flightdetails Pop up page in Round Trip 527418m 38s 979ms

When I can verify add on check box 69970m 8s 421ms

When I can enter email and coupon code and verify the show more details popUp 90495m 13s 294ms

When I can navigative to traveller Information page 34462m 24s 641ms

And I can enter Traveller details 209447m 16s 207ms

And I can enter contact details and Click PaySecurel button 862232m 5s 222ms Screenshot +

Given I am on login page of Flights 1m 7s 272ms

When I am launching the url 122674m 6s 5ms

When I go to select Round Radio button 37493m 2s 954ms

When I can enter From and To city names RoundTrip 79130m 30s 612ms

When I can select date and traveller information RoundTrip 541130m 25s 837ms

When I can verify text and select the filter 50572m 24s 793ms

When I can verify price details in flightdetails Pop up page in Round Trip 223591m 37s 981ms

When I can verify add on check box 77111m 59s 196ms

When I can enter email and coupon code and verify the show more details popUp 95618m 11s 189ms

When I can navigative to traveller Information page 34361m 9s 489ms

And I can enter Traveller details 254262m 17s 940ms

And I can enter contact details and Click PaySecurel button 888326m 35s 557ms Screenshot +

Given I am on login page of Flights 43s 190ms

When I am launching the url 99606m 3s 479ms

When I go to select Round Radio button 37813m 46s 383ms

When I can enter From and To city names RoundTrip 81330m 24s 632ms

When I can select date and traveller information RoundTrip 512837m 38s 594ms

When I can verify text and select the filter 104154m 4s 500ms

When I can verify price details in flightdetails Pop up page in Round Trip 335781m 54s 249ms

When I can verify add on check box 81361m 19s 452ms

When I can enter email and coupon code and verify the show more details popUp 106582m 18s 954ms

When I can navigative to traveller Information page 34347m 34s 636ms

And I can enter Traveller details 293453m 57s 305ms

And I can enter contact details and Click PaySecurel button 882530m 25s 202ms Screenshot +